home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2008 March
/
PCWorld_2008-03_cd.bin
/
temacd
/
outpostfirewall
/
OutpostProInstall.exe
/
{code_GetUserTempDir}
/
ssi
/
ASWFilt.inf
< prev
next >
Wrap
Windows Setup INFormation
|
2007-08-20
|
2KB
|
66 lines
;Copyright (c) 2005-2007 Agnitum Ltd. All rights Reserved
[Version]
Signature = "$Windows NT$"
;Class = "AntiVirus" ;This is determined by the work this filter driver does
Class = "SecurityEnhancer" ;This is determined by the work this filter driver does
;ClassGuid = {b1d1a169-c54f-4379-81db-bee7d88d7454} ;Class = AntiVirus
ClassGuid = {d02bc3da-0c8e-4945-9bd5-f1883c226c8c} ;Class = SecurityEnhancer
Provider = %MfgName%
CatalogFile = %ImageName%.cat ; Catalog files are supplied by the Microsoft Windows Hardware Quality Lab (WHQL)
[DestinationDirs]
DefaultDestDir = 11,Filt
DriverFiles = 11,Filt ; %windir%\system32\Filt
[SourceDisksNames]
1 = %Disk1%
[SourceDisksFiles]
%ImageName%.dll = 1
;; Default install sections
[DefaultInstall]
OptionDesc = %ServiceDesc%
CopyFiles = DriverFiles
[DefaultInstall.Services]
AddService = %ServiceName%,,Service
;; Default uninstall sections
[DefaultUninstall]
DelFiles = DriverFiles
DelReg = DelRegistry
[DefaultUninstall.Services]
DelService = %ServiceName%
;; Services Section
[Service]
DisplayName = %ServiceName%
Description = %ServiceDesc%
ServiceBinary = %11%\Filt\%ImageName%.dll ;%windir%\system32\Filt\ASWFilt.dll
ServiceType = 1
StartType = 3
ErrorControl = 1
LoadOrderGroup = "FSFilter Anti-Virus"
AddReg = AddRegistry
;; Registry Modifications
[AddRegistry]
HKLM,%Registry%,DebugFlags,0x00010001,0
[DelRegistry]
HKLM,%Registry%,DebugFlags
;; Copy Files
[DriverFiles]
%ImageName%.dll
[Strings]
MfgName = "Agnitum, Ltd."
ServiceName = "ASWFilt"
ServiceDesc = "Agnitum Kernel Mode Anti-Spyware SandBox plug-in"
ImageName = "ASWFilt"
Registry = "System\CurrentControlSet\Services\ASWFilt"
Disk1 = "SandBox Source Media"